projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3702389
)
; * configure.ac: Add missing precious variable.
author
Po Lu
<luangruo@yahoo.com>
Fri, 17 Mar 2023 02:03:43 +0000
(10:03 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Fri, 17 Mar 2023 02:03:43 +0000
(10:03 +0800)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 88c1b6667fae232d86c5321439be13414a2b9ab9..1dfd880eaa9b3e7a110f913f3b400581cadd257d 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-810,6
+810,7
@@
android_makefiles="lib/Makefile lib/gnulib.mk lib-src/Makefile src/Makefile"
# This is whether or not to package mailutils into the executable.
emacs_use_mailutils=
+AC_ARG_VAR([ANDROID_CC], [The Android C cross-compiler.])
AC_ARG_VAR([SDK_BUILD_TOOLS], [Name of directory holding Android SDK build-tools.])
AC_ARG_VAR([ANDROID_CFLAGS], [Flags given to the Android C cross-compiler.])
AC_ARG_VAR([JAVAC], [Java compiler path. Used for Android.])